ImageGear Professional DLL for Windows
Running the Deployment Packaging Wizard

To package the required ImageGear Runtime components, do the following:

  1. From the Start menu, choose the “.../Programs/Accusoft/ImageGear v18 DLL” folder and run the Deployment Packaging Wizard program.
  2. Enter the path where you want to place the components and click the Next button to continue.
  3. In the ImageGear Runtime Components form, select the type of ImageGear runtime components you would like to generate, then select the components you would like to include into the installation package for your application. Click Next to continue.

  4. In the ImageGear Licensing Components form, check whether you want to generate the ImageGear licensing components, add the Server Licensing Utility (SLU), or to have no licensing (default for User). Click the Next button to continue.

  5. Finally, you can see a list of all the selected components that will be generated for your deployment. If this looks correct, click the Finish button to complete the Deployment Packaging process.

Once the Deployment Packaging process is finished, the Deployment Packaging Wizard reports its successful completion.

Now you can take the files that the Deployment Packaging Wizard created for you and include them into the installation package along with your application.

To generate a listing of ImageGear Professional DLL components in the Deployment Packaging Wizard output folder, open a console window and run the following command:

 
Copy Code

pushd "%HOMEPATH%\Documents\ImageGear v18\Deployment Components\RunTime\DLL" && dir /b /s ig*18d* && popd

For Example:

 
Copy Code

c:\>pushd "%HOMEPATH%\Documents\ImageGear v18\Deployment Components\RunTime\DLL " && dir /b /s ig*18d* && popd
c:\Users\jdoe\Documents\ImageGear v18\Deployment Components\RunTime\DLL\igArtXGUI18d.dll
c:\Users\jdoe\Documents\ImageGear v18\Deployment Components\RunTime\DLL\igCORE18d.dll
c:\Users\jdoe\Documents\ImageGear v18\Deployment Components\RunTime\DLL\igTWAIN18d.dll
c:\Users\jdoe\Documents\ImageGear v18\Deployment Components\RunTime\DLL\igart18d.dll
c:\Users\jdoe\Documents\ImageGear v18\Deployment Components\RunTime\DLL\igartx18d.dll
c:\Users\jdoe\Documents\ImageGear v18\Deployment Components\RunTime\DLL\iggui18d.dll
c:\Users\jdoe\Documents\ImageGear v18\Deployment Components\RunTime\DLL\igJPEG2K18d.dll
c:\Users\jdoe\Documents\ImageGear v18\Deployment Components\RunTime\DLL\igMED18d.dll
c:\Users\jdoe\Documents\ImageGear v18\Deployment Components\RunTime\DLL\igqt18d.dll

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback